StackoverFlow'da neden downvote oldum
Oraya yazdığımı buraya kopyalıyorum. Yanlış mı yazdım, yazdığım mı anlaşılmıyor, yanlış kategori mi, yoksa hazırcı olduğumu mu düşündüler? -----I am supposed to make an web application in asp.net MVC. The main aims are to make CRUD actions in same the page and measure the time of the tasks.Tasks sho
Oraya yazdığımı buraya kopyalıyorum. Yanlış mı yazdım, yazdığım mı anlaşılmıyor, yanlış kategori mi, yoksa hazırcı olduğumu mu düşündüler?
-----
I am supposed to make an web application in asp.net MVC. The main aims are to make CRUD actions in same the page and measure the time of the tasks.
Tasks should be listed in a datatable as person or status(paused, finished, unstarted) and when a user click the start button of an unstarted task, the other buttons should disappear without page refresh and the timer should start to count. If the user click the resume button of a paused action, my timer should contiune from the last position.
I did these things in webforms but i should do asp.net MVC, without PostBack or page refresh.
My datatable is like that; ...Users table, tasks table and duration table. The duration table is for tasks. When the user click the button "resume" a new row is being inserted the table for "start time", when clicked "pause", that row is being updated and set for "finished time" these two rows are computed. datediff functions gives me the "duration of session". But this method is not useful. Because i cannot see the duration of an on going task.
What kind of a way should i choose? (I have basic asp.net and very basic asp.net MVC knowledge, medium in Bootstrap, basic in JS.)
Thanks for your time.
---
NOT: Gelmişken bari cevap verin bu dediğimi nasıl yaparım.
0
Nasıl yapacağına dair bir fikrim yok ama sen bu projeyle uğraştığın için karşı tarafa anlatırken sanki kendine anlatıyor gibi anlatmışsın, derdini anlatmışsın ama kompleks olmuş, kafam yandı okurken.
0
Net bir soru sormamışsın. Sen iş ihtiyacını anlatmışsın ve bunu nasıl yaparım diye sormuşsun. Oldukça hazırcı bir yaklaşımın olmuş. Stackoverflow böyle çalışmaz. Daha spesifik bir şeyler sorman lazım. Mesela: Datediff'i böyle alıyorum, daha verimli nasıl yaparım vs. Kimse sana işini/ödevini vs nasıl yapacağını anlatmaz. Net ve mantıklı bir sorun varsa onu cevaplarlar.
0
boşver kasma quora'ya yaz. stackoverflow gevşeklerin ve hindistanlı pajeetlerin adresi oldu iyice.
0
belgeler.org sırf nasıl soru sorulur diye böyle zebellah gibi döküman var, önce bunu bir oku, sonra dön başa tekrar oku, sonra kendi sorunu oku, analizini kendin yap.
0